3.100 \(\int \frac {x^9 (4+x^2+3 x^4+5 x^6)}{(3+2 x^2+x^4)^2} \, dx\)

Optimal. Leaf size=86 \[ \frac {5 x^8}{8}-\frac {17 x^6}{6}+\frac {19 x^4}{4}+19 x^2+\frac {201 \tan ^{-1}\left (\frac {x^2+1}{\sqrt {2}}\right )}{8 \sqrt {2}}-\frac {25 \left (7 x^2+15\right )}{8 \left (x^4+2 x^2+3\right )}-\frac {183}{4} \log \left (x^4+2 x^2+3\right ) \]

[Out]

19*x^2+19/4*x^4-17/6*x^6+5/8*x^8-25/8*(7*x^2+15)/(x^4+2*x^2+3)-183/4*ln(x^4+2*x^2+3)+201/16*arctan(1/2*(x^2+1)
*2^(1/2))*2^(1/2)

________________________________________________________________________________________

Rubi [A]  time = 0.14, antiderivative size = 86, normalized size of antiderivative = 1.00, number of steps used = 8, number of rules used = 7, integrand size = 31, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.226, Rules used = {1663, 1660, 1657, 634, 618, 204, 628} \[ \frac {5 x^8}{8}-\frac {17 x^6}{6}+\frac {19 x^4}{4}+19 x^2-\frac {25 \left (7 x^2+15\right )}{8 \left (x^4+2 x^2+3\right )}-\frac {183}{4} \log \left (x^4+2 x^2+3\right )+\frac {201 \tan ^{-1}\left (\frac {x^2+1}{\sqrt {2}}\right )}{8 \sqrt {2}} \]

Antiderivative was successfully verified.

[In]

Int[(x^9*(4 + x^2 + 3*x^4 + 5*x^6))/(3 + 2*x^2 + x^4)^2,x]

[Out]

19*x^2 + (19*x^4)/4 - (17*x^6)/6 + (5*x^8)/8 - (25*(15 + 7*x^2))/(8*(3 + 2*x^2 + x^4)) + (201*ArcTan[(1 + x^2)
/Sqrt[2]])/(8*Sqrt[2]) - (183*Log[3 + 2*x^2 + x^4])/4

Rule 204

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> -Simp[ArcTan[(Rt[-b, 2]*x)/Rt[-a, 2]]/(Rt[-a, 2]*Rt[-b, 2]), x] /
; FreeQ[{a, b}, x] && PosQ[a/b] && (LtQ[a, 0] || LtQ[b, 0])

Rule 618

Int[((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(-1), x_Symbol] :> Dist[-2, Subst[Int[1/Simp[b^2 - 4*a*c - x^2, x], x]
, x, b + 2*c*x], x] /; FreeQ[{a, b, c}, x] && NeQ[b^2 - 4*a*c, 0]

Rule 628

Int[((d_) + (e_.)*(x_))/((a_.) + (b_.)*(x_) + (c_.)*(x_)^2), x_Symbol] :> Simp[(d*Log[RemoveContent[a + b*x +
c*x^2, x]])/b, x] /; FreeQ[{a, b, c, d, e}, x] && EqQ[2*c*d - b*e, 0]

Rule 634

Int[((d_.) + (e_.)*(x_))/((a_) + (b_.)*(x_) + (c_.)*(x_)^2), x_Symbol] :> Dist[(2*c*d - b*e)/(2*c), Int[1/(a +
 b*x + c*x^2), x], x] + Dist[e/(2*c), Int[(b + 2*c*x)/(a + b*x + c*x^2), x], x] /; FreeQ[{a, b, c, d, e}, x] &
& NeQ[2*c*d - b*e, 0] && NeQ[b^2 - 4*a*c, 0] &&  !NiceSqrtQ[b^2 - 4*a*c]

Rule 1657

Int[(Pq_)*((a_) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_.), x_Symbol] :> Int[ExpandIntegrand[Pq*(a + b*x + c*x^2)^p, x
], x] /; FreeQ[{a, b, c}, x] && PolyQ[Pq, x] && IGtQ[p, -2]

Rule 1660

Int[(Pq_)*((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_), x_Symbol] :> With[{Q = PolynomialQuotient[Pq, a + b*x + c*
x^2, x], f = Coeff[PolynomialRemainder[Pq, a + b*x + c*x^2, x], x, 0], g = Coeff[PolynomialRemainder[Pq, a + b
*x + c*x^2, x], x, 1]}, Simp[((b*f - 2*a*g + (2*c*f - b*g)*x)*(a + b*x + c*x^2)^(p + 1))/((p + 1)*(b^2 - 4*a*c
)), x] + Dist[1/((p + 1)*(b^2 - 4*a*c)), Int[(a + b*x + c*x^2)^(p + 1)*ExpandToSum[(p + 1)*(b^2 - 4*a*c)*Q - (
2*p + 3)*(2*c*f - b*g), x], x], x]] /; FreeQ[{a, b, c}, x] && PolyQ[Pq, x] && NeQ[b^2 - 4*a*c, 0] && LtQ[p, -1
]

Rule 1663

Int[(Pq_)*(x_)^(m_.)*((a_) + (b_.)*(x_)^2 + (c_.)*(x_)^4)^(p_), x_Symbol] :> Dist[1/2, Subst[Int[x^((m - 1)/2)
*SubstFor[x^2, Pq, x]*(a + b*x + c*x^2)^p, x], x, x^2], x] /; FreeQ[{a, b, c, p}, x] && PolyQ[Pq, x^2] && Inte
gerQ[(m - 1)/2]

Rubi steps

\begin {align*} \int \frac {x^9 \left (4+x^2+3 x^4+5 x^6\right )}{\left (3+2 x^2+x^4\right )^2} \, dx &=\frac {1}{2} \operatorname {Subst}\left (\int \frac {x^4 \left (4+x+3 x^2+5 x^3\right )}{\left (3+2 x+x^2\right )^2} \, dx,x,x^2\right )\\ &=-\frac {25 \left (15+7 x^2\right )}{8 \left (3+2 x^2+x^4\right )}+\frac {1}{16} \operatorname {Subst}\left (\int \frac {-150-400 x+200 x^2-56 x^4+40 x^5}{3+2 x+x^2} \, dx,x,x^2\right )\\ &=-\frac {25 \left (15+7 x^2\right )}{8 \left (3+2 x^2+x^4\right )}+\frac {1}{16} \operatorname {Subst}\left (\int \left (304+152 x-136 x^2+40 x^3-\frac {6 (177+244 x)}{3+2 x+x^2}\right ) \, dx,x,x^2\right )\\ &=19 x^2+\frac {19 x^4}{4}-\frac {17 x^6}{6}+\frac {5 x^8}{8}-\frac {25 \left (15+7 x^2\right )}{8 \left (3+2 x^2+x^4\right )}-\frac {3}{8} \operatorname {Subst}\left (\int \frac {177+244 x}{3+2 x+x^2} \, dx,x,x^2\right )\\ &=19 x^2+\frac {19 x^4}{4}-\frac {17 x^6}{6}+\frac {5 x^8}{8}-\frac {25 \left (15+7 x^2\right )}{8 \left (3+2 x^2+x^4\right )}+\frac {201}{8} \operatorname {Subst}\left (\int \frac {1}{3+2 x+x^2} \, dx,x,x^2\right )-\frac {183}{4} \operatorname {Subst}\left (\int \frac {2+2 x}{3+2 x+x^2} \, dx,x,x^2\right )\\ &=19 x^2+\frac {19 x^4}{4}-\frac {17 x^6}{6}+\frac {5 x^8}{8}-\frac {25 \left (15+7 x^2\right )}{8 \left (3+2 x^2+x^4\right )}-\frac {183}{4} \log \left (3+2 x^2+x^4\right )-\frac {201}{4} \operatorname {Subst}\left (\int \frac {1}{-8-x^2} \, dx,x,2 \left (1+x^2\right )\right )\\ &=19 x^2+\frac {19 x^4}{4}-\frac {17 x^6}{6}+\frac {5 x^8}{8}-\frac {25 \left (15+7 x^2\right )}{8 \left (3+2 x^2+x^4\right )}+\frac {201 \tan ^{-1}\left (\frac {1+x^2}{\sqrt {2}}\right )}{8 \sqrt {2}}-\frac {183}{4} \log \left (3+2 x^2+x^4\right )\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.04, size = 78, normalized size = 0.91 \[ \frac {1}{48} \left (30 x^8-136 x^6+228 x^4+912 x^2+603 \sqrt {2} \tan ^{-1}\left (\frac {x^2+1}{\sqrt {2}}\right )-\frac {150 \left (7 x^2+15\right )}{x^4+2 x^2+3}-2196 \log \left (x^4+2 x^2+3\right )\right ) \]

Antiderivative was successfully verified.

[In]

Integrate[(x^9*(4 + x^2 + 3*x^4 + 5*x^6))/(3 + 2*x^2 + x^4)^2,x]

[Out]

(912*x^2 + 228*x^4 - 136*x^6 + 30*x^8 - (150*(15 + 7*x^2))/(3 + 2*x^2 + x^4) + 603*Sqrt[2]*ArcTan[(1 + x^2)/Sq
rt[2]] - 2196*Log[3 + 2*x^2 + x^4])/48

________________________________________________________________________________________

fricas [A]  time = 1.05, size = 95, normalized size = 1.10 \[ \frac {30 \, x^{12} - 76 \, x^{10} + 46 \, x^{8} + 960 \, x^{6} + 2508 \, x^{4} + 603 \, \sqrt {2} {\left (x^{4} + 2 \, x^{2} + 3\right )} \arctan \left (\frac {1}{2} \, \sqrt {2} {\left (x^{2} + 1\right )}\right ) + 1686 \, x^{2} - 2196 \, {\left (x^{4} + 2 \, x^{2} + 3\right )} \log \left (x^{4} + 2 \, x^{2} + 3\right ) - 2250}{48 \, {\left (x^{4} + 2 \, x^{2} + 3\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^9*(5*x^6+3*x^4+x^2+4)/(x^4+2*x^2+3)^2,x, algorithm="fricas")

[Out]

1/48*(30*x^12 - 76*x^10 + 46*x^8 + 960*x^6 + 2508*x^4 + 603*sqrt(2)*(x^4 + 2*x^2 + 3)*arctan(1/2*sqrt(2)*(x^2
+ 1)) + 1686*x^2 - 2196*(x^4 + 2*x^2 + 3)*log(x^4 + 2*x^2 + 3) - 2250)/(x^4 + 2*x^2 + 3)

________________________________________________________________________________________

giac [A]  time = 1.02, size = 76, normalized size = 0.88 \[ \frac {5}{8} \, x^{8} - \frac {17}{6} \, x^{6} + \frac {19}{4} \, x^{4} + 19 \, x^{2} + \frac {201}{16} \, \sqrt {2} \arctan \left (\frac {1}{2} \, \sqrt {2} {\left (x^{2} + 1\right )}\right ) + \frac {366 \, x^{4} + 557 \, x^{2} + 723}{8 \, {\left (x^{4} + 2 \, x^{2} + 3\right )}} - \frac {183}{4} \, \log \left (x^{4} + 2 \, x^{2} + 3\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^9*(5*x^6+3*x^4+x^2+4)/(x^4+2*x^2+3)^2,x, algorithm="giac")

[Out]

5/8*x^8 - 17/6*x^6 + 19/4*x^4 + 19*x^2 + 201/16*sqrt(2)*arctan(1/2*sqrt(2)*(x^2 + 1)) + 1/8*(366*x^4 + 557*x^2
 + 723)/(x^4 + 2*x^2 + 3) - 183/4*log(x^4 + 2*x^2 + 3)

________________________________________________________________________________________

maple [A]  time = 0.01, size = 74, normalized size = 0.86 \[ \frac {5 x^{8}}{8}-\frac {17 x^{6}}{6}+\frac {19 x^{4}}{4}+19 x^{2}+\frac {201 \sqrt {2}\, \arctan \left (\frac {\left (2 x^{2}+2\right ) \sqrt {2}}{4}\right )}{16}-\frac {183 \ln \left (x^{4}+2 x^{2}+3\right )}{4}-\frac {\frac {175 x^{2}}{4}+\frac {375}{4}}{2 \left (x^{4}+2 x^{2}+3\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^9*(5*x^6+3*x^4+x^2+4)/(x^4+2*x^2+3)^2,x)

[Out]

5/8*x^8-17/6*x^6+19/4*x^4+19*x^2-1/2*(175/4*x^2+375/4)/(x^4+2*x^2+3)-183/4*ln(x^4+2*x^2+3)+201/16*2^(1/2)*arct
an(1/4*(2*x^2+2)*2^(1/2))

________________________________________________________________________________________

maxima [A]  time = 1.33, size = 71, normalized size = 0.83 \[ \frac {5}{8} \, x^{8} - \frac {17}{6} \, x^{6} + \frac {19}{4} \, x^{4} + 19 \, x^{2} + \frac {201}{16} \, \sqrt {2} \arctan \left (\frac {1}{2} \, \sqrt {2} {\left (x^{2} + 1\right )}\right ) - \frac {25 \, {\left (7 \, x^{2} + 15\right )}}{8 \, {\left (x^{4} + 2 \, x^{2} + 3\right )}} - \frac {183}{4} \, \log \left (x^{4} + 2 \, x^{2} + 3\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^9*(5*x^6+3*x^4+x^2+4)/(x^4+2*x^2+3)^2,x, algorithm="maxima")

[Out]

5/8*x^8 - 17/6*x^6 + 19/4*x^4 + 19*x^2 + 201/16*sqrt(2)*arctan(1/2*sqrt(2)*(x^2 + 1)) - 25/8*(7*x^2 + 15)/(x^4
 + 2*x^2 + 3) - 183/4*log(x^4 + 2*x^2 + 3)

________________________________________________________________________________________

mupad [B]  time = 0.90, size = 75, normalized size = 0.87 \[ \frac {201\,\sqrt {2}\,\mathrm {atan}\left (\frac {\sqrt {2}\,x^2}{2}+\frac {\sqrt {2}}{2}\right )}{16}-\frac {\frac {175\,x^2}{8}+\frac {375}{8}}{x^4+2\,x^2+3}-\frac {183\,\ln \left (x^4+2\,x^2+3\right )}{4}+19\,x^2+\frac {19\,x^4}{4}-\frac {17\,x^6}{6}+\frac {5\,x^8}{8} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((x^9*(x^2 + 3*x^4 + 5*x^6 + 4))/(2*x^2 + x^4 + 3)^2,x)

[Out]

(201*2^(1/2)*atan(2^(1/2)/2 + (2^(1/2)*x^2)/2))/16 - ((175*x^2)/8 + 375/8)/(2*x^2 + x^4 + 3) - (183*log(2*x^2
+ x^4 + 3))/4 + 19*x^2 + (19*x^4)/4 - (17*x^6)/6 + (5*x^8)/8

________________________________________________________________________________________

sympy [A]  time = 0.18, size = 87, normalized size = 1.01 \[ \frac {5 x^{8}}{8} - \frac {17 x^{6}}{6} + \frac {19 x^{4}}{4} + 19 x^{2} + \frac {- 175 x^{2} - 375}{8 x^{4} + 16 x^{2} + 24} - \frac {183 \log {\left (x^{4} + 2 x^{2} + 3 \right )}}{4} + \frac {201 \sqrt {2} \operatorname {atan}{\left (\frac {\sqrt {2} x^{2}}{2} + \frac {\sqrt {2}}{2} \right )}}{16} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**9*(5*x**6+3*x**4+x**2+4)/(x**4+2*x**2+3)**2,x)

[Out]

5*x**8/8 - 17*x**6/6 + 19*x**4/4 + 19*x**2 + (-175*x**2 - 375)/(8*x**4 + 16*x**2 + 24) - 183*log(x**4 + 2*x**2
 + 3)/4 + 201*sqrt(2)*atan(sqrt(2)*x**2/2 + sqrt(2)/2)/16

________________________________________________________________________________________